Skip to main content

๐Ÿง‘ Person (class)

note

Propertiesโ€‹

PropertyLabel (en)Range
accountAccountxsd:anyURI
ageAgexsd:nonNegativeInteger
aliasAliasxsd:string
ancestorAncestorPerson
auntAuntPerson
birthBirthBirth
brotherBrotherPerson
childChildPerson
colleagueColleaguePerson
cousinCousinPerson
daughterDaughterPerson
deathDeathDeath
descendantDescendantPerson
emailEmailxsd:string
fatherFatherPerson
grandchildGrandchildPerson
granddaughterGranddaughterPerson
grandfatherGrandfatherPerson
grandmotherGrandmotherPerson
grandparentGrandparentPerson
grandsonGrandsonPerson
honorificHonorificxsd:string
husbandHusbandPerson
knowsKnowsPerson
memberOfMember OfGroup
motherMotherPerson
nationalityNationalityxsd:string
nephewNephewPerson
niblingNiblingPerson
nieceNiecePerson
parentParentPerson
partnerPartnerPerson
phonePhonexsd:string
piblingPiblingPerson
relativeRelativePerson
sexSexxsd:string
siblingSiblingPerson
sisterSisterPerson
sonSonPerson
speaksSpeaksxsd:language
spouseSpousePerson
stepchildStepchildPerson
stepdaughterStepdaughterPerson
stepfatherStepfatherPerson
stepmotherStepmotherPerson
stepparentStepparentPerson
stepsonStepsonPerson
uncleUnclePerson
wifeWifePerson

Specificationโ€‹

@prefix know: <https://know.dev/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

know:Person a owl:Class;
rdfs:label "Henkilรถ"@fi,
"KiลŸi"@tr,
"Person"@de,
"Person"@en,
"Person"@sv,
"Persona"@es,
"Persono"@eo,
"Pessoa"@pt,
"ะžัะพะฑะฐ"@uk,
"ุดุฎุต"@ar;
rdfs:subClassOf know:Thing;
owl:equivalentClass schema:Person;
know:glyph "๐Ÿง‘" .