@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
<https://w3id.org/MON/action.owl#Agent> a owl:Class ;
owl:disjointWith :Sex,
<https://w3id.org/MON/spatial.owl#City>,
<https://w3id.org/MON/spatial.owl#SpatialThing>,
<https://w3id.org/MON/time.owl#TemporalEntity> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://w3id.org/MON/action.owl#Agent">
<owl:disjointWith rdf:resource="https://w3id.org/MON/time.owl#TemporalEntity"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/person.owl#Sex"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/spatial.owl#SpatialThing"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/spatial.owl#City"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/action.owl#Agent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "https://w3id.org/MON/time.owl#TemporalEntity"
},
{
"@id": "https://w3id.org/MON/person.owl#Sex"
},
{
"@id": "https://w3id.org/MON/spatial.owl#SpatialThing"
},
{
"@id": "https://w3id.org/MON/spatial.owl#City"
}
]
}
]<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/person.owl#Sex> .
<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/spatial.owl#SpatialThing> .
<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/spatial.owl#City> .
<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/time.owl#TemporalEntity> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
<https://w3id.org/MON/spatial.owl#City> a owl:Class .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://w3id.org/MON/spatial.owl#City">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/spatial.owl#City",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
]
}
]<https://w3id.org/MON/spatial.owl#City> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Concept
@prefix : <https://w3id.org/MON/person.owl#> .
@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#> .
:Female rdfs:subClassOf [ a owl:Restriction ;
owl:hasValue :Female ;
owl:onProperty :hasGender ],
:Person ;
owl:disjointWith :Male .
[] a owl:AllDifferent ;
owl:distinctMembers ( :Female :Male ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#Female">
<rdfs:subClassOf rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:subClassOf rdf:nodeID="N469e5b8d635b4bd2a91f23e4a79b5ecc"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/person.owl#Male"/>
</rdf:Description>
<rdf:Description rdf:nodeID="Nd90bf06a7cbb409db72604c0090fdd66">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N4b9c58d56f3d431193c05a0cca06f1dd">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:rest rdf:nodeID="Nd90bf06a7cbb409db72604c0090fdd66"/>
</rdf:Description>
<rdf:Description rdf:nodeID="Nfba41c79b2dd4daaa07be324e4313fa0">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
<owl:distinctMembers rdf:nodeID="N4b9c58d56f3d431193c05a0cca06f1dd"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N469e5b8d635b4bd2a91f23e4a79b5ecc">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/person.owl#hasGender"/>
<owl:hasValue rdf:resource="https://w3id.org/MON/person.owl#Female"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#Female",
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
},
{
"@id": "_:N469e5b8d635b4bd2a91f23e4a79b5ecc"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
]
},
{
"@id": "_:N469e5b8d635b4bd2a91f23e4a79b5ecc",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#hasValue": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "https://w3id.org/MON/person.owl#hasGender"
}
]
},
{
"@id": "_:Nfba41c79b2dd4daaa07be324e4313fa0",
"@type": [
"http://www.w3.org/2002/07/owl#AllDifferent"
],
"http://www.w3.org/2002/07/owl#distinctMembers": [
{
"@list": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
},
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
]
}
]
}
]<https://w3id.org/MON/person.owl#Female> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#Female> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:N469e5b8d635b4bd2a91f23e4a79b5ecc .
_:Nd90bf06a7cbb409db72604c0090fdd66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Male> .
_:N4b9c58d56f3d431193c05a0cca06f1dd <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Female> .
_:Nfba41c79b2dd4daaa07be324e4313fa0 <http://www.w3.org/2002/07/owl#distinctMembers> _:N4b9c58d56f3d431193c05a0cca06f1dd .
_:Nfba41c79b2dd4daaa07be324e4313fa0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDifferent> .
_:Nd90bf06a7cbb409db72604c0090fdd66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:N469e5b8d635b4bd2a91f23e4a79b5ecc <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:N4b9c58d56f3d431193c05a0cca06f1dd <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:Nd90bf06a7cbb409db72604c0090fdd66 .
<https://w3id.org/MON/person.owl#Female> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/person.owl#Male> .
_:N469e5b8d635b4bd2a91f23e4a79b5ecc <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/person.owl#hasGender> .
_:N469e5b8d635b4bd2a91f23e4a79b5ecc <http://www.w3.org/2002/07/owl#hasValue> <https://w3id.org/MON/person.owl#Female> .
@prefix : <https://w3id.org/MON/person.owl#> .
@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#> .
:Male rdfs:subClassOf [ a owl:Restriction ;
owl:hasValue :Male ;
owl:onProperty :hasGender ],
:Person .
[] a owl:AllDifferent ;
owl:distinctMembers ( :Female :Male ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:nodeID="Nd90bf06a7cbb409db72604c0090fdd66">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N278d7b30e42c463b8d9c34130c5b27d3">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/person.owl#hasGender"/>
<owl:hasValue rdf:resource="https://w3id.org/MON/person.owl#Male"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#Male">
<rdfs:subClassOf rdf:nodeID="N278d7b30e42c463b8d9c34130c5b27d3"/>
<rdfs:subClassOf rdf:resource="https://w3id.org/MON/person.owl#Person"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N4b9c58d56f3d431193c05a0cca06f1dd">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:rest rdf:nodeID="Nd90bf06a7cbb409db72604c0090fdd66"/>
</rdf:Description>
<rdf:Description rdf:nodeID="Nfba41c79b2dd4daaa07be324e4313fa0">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
<owl:distinctMembers rdf:nodeID="N4b9c58d56f3d431193c05a0cca06f1dd"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#Male",
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:N278d7b30e42c463b8d9c34130c5b27d3"
},
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
]
},
{
"@id": "_:N278d7b30e42c463b8d9c34130c5b27d3",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#hasValue": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "https://w3id.org/MON/person.owl#hasGender"
}
]
},
{
"@id": "_:Nfba41c79b2dd4daaa07be324e4313fa0",
"@type": [
"http://www.w3.org/2002/07/owl#AllDifferent"
],
"http://www.w3.org/2002/07/owl#distinctMembers": [
{
"@list": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
},
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
]
}
]
}
]_:Nd90bf06a7cbb409db72604c0090fdd66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Male> .
_:N278d7b30e42c463b8d9c34130c5b27d3 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/person.owl#hasGender> .
<https://w3id.org/MON/person.owl#Male> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:N278d7b30e42c463b8d9c34130c5b27d3 .
_:N278d7b30e42c463b8d9c34130c5b27d3 <http://www.w3.org/2002/07/owl#hasValue> <https://w3id.org/MON/person.owl#Male> .
_:N4b9c58d56f3d431193c05a0cca06f1dd <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Female> .
_:Nfba41c79b2dd4daaa07be324e4313fa0 <http://www.w3.org/2002/07/owl#distinctMembers> _:N4b9c58d56f3d431193c05a0cca06f1dd .
_:Nfba41c79b2dd4daaa07be324e4313fa0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDifferent> .
_:N278d7b30e42c463b8d9c34130c5b27d3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<https://w3id.org/MON/person.owl#Male> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/MON/person.owl#Person> .
_:Nd90bf06a7cbb409db72604c0090fdd66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:N4b9c58d56f3d431193c05a0cca06f1dd <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:Nd90bf06a7cbb409db72604c0090fdd66 .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:Person a owl:Class ;
rdfs:label "Person"@en ;
rdfs:comment "A human being regarded as an individual."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom <https://w3id.org/MON/spatial.owl#City> ;
owl:onProperty :hasHometown ],
[ a owl:Restriction ;
owl:onProperty :hasGender ;
owl:someValuesFrom :Sex ],
[ a owl:Restriction ;
owl:onProperty <https://w3id.org/MON/spatial.owl#hasResidence> ;
owl:someValuesFrom <https://w3id.org/MON/spatial.owl#Residence> ],
[ a owl:Restriction ;
owl:allValuesFrom <https://w3id.org/MON/spatial.owl#City> ;
owl:onProperty :hasBirthPlace ],
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Person>,
<https://w3id.org/MON/action.owl#Agent> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:nodeID="Ne3cd5a8c20b84497bfa104414472fa20">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/spatial.owl#hasResidence"/>
<owl:someValuesFrom rdf:resource="https://w3id.org/MON/spatial.owl#Residence"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#Person">
<rdfs:subClassOf rdf:nodeID="Ne3cd5a8c20b84497bfa104414472fa20"/>
<rdfs:subClassOf rdf:nodeID="Ne3895ea164044630b86a81ee98c8e6a5"/>
<rdfs:subClassOf rdf:nodeID="N1a5f0967f5834ef3914bff7fa494e13a"/>
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Person"/>
<rdfs:subClassOf rdf:nodeID="Nfc683ee46e124148be8e68b4db636a76"/>
<rdfs:subClassOf rdf:resource="https://w3id.org/MON/action.owl#Agent"/>
<rdfs:comment xml:lang="en">A human being regarded as an individual.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Person</rdfs:label>
</rdf:Description>
<rdf:Description rdf:nodeID="Nfc683ee46e124148be8e68b4db636a76">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/person.owl#hasBirthPlace"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/MON/spatial.owl#City"/>
</rdf:Description>
<rdf:Description rdf:nodeID="Ne3895ea164044630b86a81ee98c8e6a5">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/person.owl#hasGender"/>
<owl:someValuesFrom rdf:resource="https://w3id.org/MON/person.owl#Sex"/>
</rdf:Description>
<rdf:Description rdf:nodeID="N1a5f0967f5834ef3914bff7fa494e13a">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/person.owl#hasHometown"/>
<owl:allValuesFrom rdf:resource="https://w3id.org/MON/spatial.owl#City"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#Person",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A human being regarded as an individual."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:Ne3cd5a8c20b84497bfa104414472fa20"
},
{
"@id": "_:Ne3895ea164044630b86a81ee98c8e6a5"
},
{
"@id": "_:N1a5f0967f5834ef3914bff7fa494e13a"
},
{
"@id": "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Person"
},
{
"@id": "_:Nfc683ee46e124148be8e68b4db636a76"
},
{
"@id": "https://w3id.org/MON/action.owl#Agent"
}
]
},
{
"@id": "_:Ne3cd5a8c20b84497bfa104414472fa20",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "https://w3id.org/MON/spatial.owl#hasResidence"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "https://w3id.org/MON/spatial.owl#Residence"
}
]
},
{
"@id": "_:Ne3895ea164044630b86a81ee98c8e6a5",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "https://w3id.org/MON/person.owl#hasGender"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "https://w3id.org/MON/person.owl#Sex"
}
]
},
{
"@id": "_:N1a5f0967f5834ef3914bff7fa494e13a",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "https://w3id.org/MON/spatial.owl#City"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "https://w3id.org/MON/person.owl#hasHometown"
}
]
},
{
"@id": "_:Nfc683ee46e124148be8e68b4db636a76",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "https://w3id.org/MON/spatial.owl#City"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "https://w3id.org/MON/person.owl#hasBirthPlace"
}
]
}
]_:Ne3cd5a8c20b84497bfa104414472fa20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<https://w3id.org/MON/person.owl#Person> <http://www.w3.org/2000/01/rdf-schema#comment> "A human being regarded as an individual."@en .
<https://w3id.org/MON/person.owl#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:N1a5f0967f5834ef3914bff7fa494e13a .
_:Nfc683ee46e124148be8e68b4db636a76 <http://www.w3.org/2002/07/owl#allValuesFrom> <https://w3id.org/MON/spatial.owl#City> .
_:Ne3895ea164044630b86a81ee98c8e6a5 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/person.owl#hasGender> .
<https://w3id.org/MON/person.owl#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:Nfc683ee46e124148be8e68b4db636a76 .
<https://w3id.org/MON/person.owl#Person> <http://www.w3.org/2000/01/rdf-schema#label> "Person"@en .
_:Nfc683ee46e124148be8e68b4db636a76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:Nfc683ee46e124148be8e68b4db636a76 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/person.owl#hasBirthPlace> .
_:Ne3cd5a8c20b84497bfa104414472fa20 <http://www.w3.org/2002/07/owl#someValuesFrom> <https://w3id.org/MON/spatial.owl#Residence> .
<https://w3id.org/MON/person.owl#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:Ne3cd5a8c20b84497bfa104414472fa20 .
<https://w3id.org/MON/person.owl#Person> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/MON/person.owl#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:Ne3895ea164044630b86a81ee98c8e6a5 .
_:N1a5f0967f5834ef3914bff7fa494e13a <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/person.owl#hasHometown> .
_:N1a5f0967f5834ef3914bff7fa494e13a <http://www.w3.org/2002/07/owl#allValuesFrom> <https://w3id.org/MON/spatial.owl#City> .
<https://w3id.org/MON/person.owl#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Person> .
_:N1a5f0967f5834ef3914bff7fa494e13a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:Ne3895ea164044630b86a81ee98c8e6a5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<https://w3id.org/MON/person.owl#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://w3id.org/MON/action.owl#Agent> .
_:Ne3cd5a8c20b84497bfa104414472fa20 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/spatial.owl#hasResidence> .
_:Ne3895ea164044630b86a81ee98c8e6a5 <http://www.w3.org/2002/07/owl#someValuesFrom> <https://w3id.org/MON/person.owl#Sex> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
<https://w3id.org/MON/spatial.owl#Residence> a owl:Class .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://w3id.org/MON/spatial.owl#Residence">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/spatial.owl#Residence",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
]
}
]<https://w3id.org/MON/spatial.owl#Residence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:Sex a owl:Class ;
rdfs:label "Sex" ;
rdfs:subClassOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Concept> ;
owl:disjointWith <https://w3id.org/MON/spatial.owl#City>,
<https://w3id.org/MON/spatial.owl#SpatialThing>,
<https://w3id.org/MON/time.owl#TemporalEntity> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#Sex">
<owl:disjointWith rdf:resource="https://w3id.org/MON/spatial.owl#SpatialThing"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/spatial.owl#City"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/time.owl#TemporalEntity"/>
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Concept"/>
<rdfs:label>Sex</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#Sex",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "Sex"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Concept"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "https://w3id.org/MON/spatial.owl#SpatialThing"
},
{
"@id": "https://w3id.org/MON/spatial.owl#City"
},
{
"@id": "https://w3id.org/MON/time.owl#TemporalEntity"
}
]
}
]<https://w3id.org/MON/person.owl#Sex> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Concept> .
<https://w3id.org/MON/person.owl#Sex> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/spatial.owl#SpatialThing> .
<https://w3id.org/MON/person.owl#Sex> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/spatial.owl#City> .
<https://w3id.org/MON/person.owl#Sex> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/time.owl#TemporalEntity> .
<https://w3id.org/MON/person.owl#Sex> <http://www.w3.org/2000/01/rdf-schema#label> "Sex" .
<https://w3id.org/MON/person.owl#Sex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
<https://w3id.org/MON/spatial.owl#SpatialThing> a owl:Class .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://w3id.org/MON/spatial.owl#SpatialThing">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/spatial.owl#SpatialThing",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
]
}
]<https://w3id.org/MON/spatial.owl#SpatialThing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
Jump to:
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:auntOf a owl:ObjectProperty ;
rdfs:label "aunt of"@en ;
rdfs:domain :Female ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#auntOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdfs:label xml:lang="en">aunt of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#auntOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "aunt of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#auntOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#auntOf> <http://www.w3.org/2000/01/rdf-schema#label> "aunt of"@en .
<https://w3id.org/MON/person.owl#auntOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
<https://w3id.org/MON/person.owl#auntOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#auntOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:brotherOf a owl:ObjectProperty ;
rdfs:label "brother of"@en ;
rdfs:domain :Male ;
rdfs:subPropertyOf :siblingOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#brotherOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#siblingOf"/>
<rdfs:label xml:lang="en">brother of</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#brotherOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "brother of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#siblingOf"
}
]
}
]<https://w3id.org/MON/person.owl#brotherOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#brotherOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#siblingOf> .
<https://w3id.org/MON/person.owl#brotherOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#brotherOf> <http://www.w3.org/2000/01/rdf-schema#label> "brother of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:childInLawOf a owl:ObjectProperty ;
rdfs:label "child in law of"@en ;
rdfs:comment "A spouse of one's child."@en ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#childInLawOf">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A spouse of one's child.</rdfs:comment>
<rdfs:label xml:lang="en">child in law of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#childInLawOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A spouse of one's child."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "child in law of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#childInLawOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#childInLawOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#childInLawOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A spouse of one's child."@en .
<https://w3id.org/MON/person.owl#childInLawOf> <http://www.w3.org/2000/01/rdf-schema#label> "child in law of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:childOf a owl:ObjectProperty ;
rdfs:label "child of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith ;
owl:inverseOf :parentOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#childOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="https://w3id.org/MON/person.owl#parentOf"/>
<rdfs:label xml:lang="en">child of</rdfs:label>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#childOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "child of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "https://w3id.org/MON/person.owl#parentOf"
}
]
}
]<https://w3id.org/MON/person.owl#childOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#childOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#childOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#childOf> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/MON/person.owl#parentOf> .
<https://w3id.org/MON/person.owl#childOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#childOf> <http://www.w3.org/2000/01/rdf-schema#label> "child of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:closeFriendOf a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "close friend of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#closeFriendOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:label xml:lang="en">close friend of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#closeFriendOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#SymmetricProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "close friend of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#closeFriendOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#closeFriendOf> <http://www.w3.org/2000/01/rdf-schema#label> "close friend of"@en .
<https://w3id.org/MON/person.owl#closeFriendOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#closeFriendOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#closeFriendOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#closeFriendOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:colleagueOf a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "colleague of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#colleagueOf">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdfs:label xml:lang="en">colleague of</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#colleagueOf",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "colleague of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#colleagueOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#colleagueOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#colleagueOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<https://w3id.org/MON/person.owl#colleagueOf> <http://www.w3.org/2000/01/rdf-schema#label> "colleague of"@en .
<https://w3id.org/MON/person.owl#colleagueOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#colleagueOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:cousinOf a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "cousin of"@en ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#cousinOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">cousin of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#cousinOf",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "cousin of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#cousinOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<https://w3id.org/MON/person.owl#cousinOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#cousinOf> <http://www.w3.org/2000/01/rdf-schema#label> "cousin of"@en .
<https://w3id.org/MON/person.owl#cousinOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:daughterInLawOf a owl:ObjectProperty ;
rdfs:label "daughter in law of"@en ;
rdfs:domain :Female ;
rdfs:subPropertyOf :childInLawOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#daughterInLawOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#childInLawOf"/>
<rdfs:label xml:lang="en">daughter in law of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#daughterInLawOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "daughter in law of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#childInLawOf"
}
]
}
]<https://w3id.org/MON/person.owl#daughterInLawOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
<https://w3id.org/MON/person.owl#daughterInLawOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#daughterInLawOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#childInLawOf> .
<https://w3id.org/MON/person.owl#daughterInLawOf> <http://www.w3.org/2000/01/rdf-schema#label> "daughter in law of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:daughterOf a owl:ObjectProperty ;
rdfs:label "daughter of"@en ;
rdfs:domain :Female ;
rdfs:subPropertyOf :childOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#daughterOf">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#childOf"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">daughter of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#daughterOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "daughter of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#childOf"
}
]
}
]<https://w3id.org/MON/person.owl#daughterOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#childOf> .
<https://w3id.org/MON/person.owl#daughterOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
<https://w3id.org/MON/person.owl#daughterOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#daughterOf> <http://www.w3.org/2000/01/rdf-schema#label> "daughter of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:engagedTo a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "engaged to"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#engagedTo">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:label xml:lang="en">engaged to</rdfs:label>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#engagedTo",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "engaged to"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#engagedTo> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#engagedTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<https://w3id.org/MON/person.owl#engagedTo> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#engagedTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#engagedTo> <http://www.w3.org/2000/01/rdf-schema#label> "engaged to"@en .
<https://w3id.org/MON/person.owl#engagedTo> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
IRI: https://w3id.org/MON/person.owl#fatherInLaw
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:fatherInLaw a owl:ObjectProperty ;
rdfs:label "father in law of"@en ;
rdfs:comment "A father-in-law is the father of a person's spouse."@en ;
rdfs:domain :Male ;
rdfs:subPropertyOf :parentInLaw .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#fatherInLaw">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdfs:comment xml:lang="en">A father-in-law is the father of a person's spouse.</rdfs:comment>
<rdfs:label xml:lang="en">father in law of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#parentInLaw"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#fatherInLaw",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A father-in-law is the father of a person's spouse."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "father in law of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#parentInLaw"
}
]
}
]<https://w3id.org/MON/person.owl#fatherInLaw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#fatherInLaw> <http://www.w3.org/2000/01/rdf-schema#label> "father in law of"@en .
<https://w3id.org/MON/person.owl#fatherInLaw> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#parentInLaw> .
<https://w3id.org/MON/person.owl#fatherInLaw> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#fatherInLaw> <http://www.w3.org/2000/01/rdf-schema#comment> "A father-in-law is the father of a person's spouse."@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:fatherOf a owl:ObjectProperty ;
rdfs:label "father of"@en ;
rdfs:domain :Male ;
rdfs:subPropertyOf :parentOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#fatherOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdfs:label xml:lang="en">father of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#parentOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#fatherOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "father of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#parentOf"
}
]
}
]<https://w3id.org/MON/person.owl#fatherOf> <http://www.w3.org/2000/01/rdf-schema#label> "father of"@en .
<https://w3id.org/MON/person.owl#fatherOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#fatherOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#parentOf> .
<https://w3id.org/MON/person.owl#fatherOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:friendOf a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "friend of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#friendOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:label xml:lang="en">friend of</rdfs:label>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#friendOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#SymmetricProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "friend of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#friendOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#friendOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#friendOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<https://w3id.org/MON/person.owl#friendOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#friendOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#friendOf> <http://www.w3.org/2000/01/rdf-schema#label> "friend of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:grandchildOf a owl:ObjectProperty ;
rdfs:label "grandchild of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith ;
owl:inverseOf :grandparentOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#grandchildOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdfs:label xml:lang="en">grandchild of</rdfs:label>
<owl:inverseOf rdf:resource="https://w3id.org/MON/person.owl#grandparentOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#grandchildOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "grandchild of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "https://w3id.org/MON/person.owl#grandparentOf"
}
]
}
]<https://w3id.org/MON/person.owl#grandchildOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#grandchildOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#grandchildOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#grandchildOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#grandchildOf> <http://www.w3.org/2000/01/rdf-schema#label> "grandchild of"@en .
<https://w3id.org/MON/person.owl#grandchildOf> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/MON/person.owl#grandparentOf> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:granddaughterOf a owl:ObjectProperty ;
rdfs:label "granddaughter of"@en ;
rdfs:domain :Female ;
rdfs:subPropertyOf :grandchildOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#granddaughterOf">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#grandchildOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdfs:label xml:lang="en">granddaughter of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#granddaughterOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "granddaughter of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#grandchildOf"
}
]
}
]<https://w3id.org/MON/person.owl#granddaughterOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#grandchildOf> .
<https://w3id.org/MON/person.owl#granddaughterOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#granddaughterOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
<https://w3id.org/MON/person.owl#granddaughterOf> <http://www.w3.org/2000/01/rdf-schema#label> "granddaughter of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:grandfatherOf a owl:ObjectProperty ;
rdfs:label "grandfather of"@en ;
rdfs:domain :Male ;
rdfs:subPropertyOf :grandparentOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#grandfatherOf">
<rdfs:label xml:lang="en">grandfather of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#grandparentOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#grandfatherOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "grandfather of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#grandparentOf"
}
]
}
]<https://w3id.org/MON/person.owl#grandfatherOf> <http://www.w3.org/2000/01/rdf-schema#label> "grandfather of"@en .
<https://w3id.org/MON/person.owl#grandfatherOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#grandparentOf> .
<https://w3id.org/MON/person.owl#grandfatherOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#grandfatherOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:grandmotherOf a owl:ObjectProperty ;
rdfs:label "grandmother of"@en ;
rdfs:domain :Female ;
rdfs:subPropertyOf :grandparentOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#grandmotherOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">grandmother of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#grandparentOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#grandmotherOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "grandmother of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#grandparentOf"
}
]
}
]<https://w3id.org/MON/person.owl#grandmotherOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
<https://w3id.org/MON/person.owl#grandmotherOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#grandmotherOf> <http://www.w3.org/2000/01/rdf-schema#label> "grandmother of"@en .
<https://w3id.org/MON/person.owl#grandmotherOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#grandparentOf> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:grandparentOf a owl:ObjectProperty ;
rdfs:label "grandparent of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#grandparentOf">
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:label xml:lang="en">grandparent of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#grandparentOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "grandparent of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#grandparentOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#grandparentOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#grandparentOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#grandparentOf> <http://www.w3.org/2000/01/rdf-schema#label> "grandparent of"@en .
<https://w3id.org/MON/person.owl#grandparentOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:grandsonOf a owl:ObjectProperty ;
rdfs:label "grandson of"@en ;
rdfs:domain :Male ;
rdfs:subPropertyOf :grandchildOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#grandsonOf">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#grandchildOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdfs:label xml:lang="en">grandson of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#grandsonOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "grandson of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#grandchildOf"
}
]
}
]<https://w3id.org/MON/person.owl#grandsonOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#grandchildOf> .
<https://w3id.org/MON/person.owl#grandsonOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#grandsonOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#grandsonOf> <http://www.w3.org/2000/01/rdf-schema#label> "grandson of"@en .
IRI: https://w3id.org/MON/person.owl#hasBirthPlace
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:hasBirthPlace a owl:ObjectProperty ;
rdfs:label "has birth place"@en ;
rdfs:comment "It is used to connect a Person with a town where he/she was born."@en ;
rdfs:domain :Person ;
rdfs:range <https://w3id.org/MON/spatial.owl#City> ;
rdfs:subPropertyOf <https://w3id.org/MON/spatial.owl#hasPlace> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#hasBirthPlace">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://w3id.org/MON/spatial.owl#City"/>
<rdfs:label xml:lang="en">has birth place</rdfs:label>
<rdfs:comment xml:lang="en">It is used to connect a Person with a town where he/she was born.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/spatial.owl#hasPlace"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#hasBirthPlace",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "It is used to connect a Person with a town where he/she was born."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has birth place"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/spatial.owl#City"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/spatial.owl#hasPlace"
}
]
}
]<https://w3id.org/MON/person.owl#hasBirthPlace> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#hasBirthPlace> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/spatial.owl#City> .
<https://w3id.org/MON/person.owl#hasBirthPlace> <http://www.w3.org/2000/01/rdf-schema#label> "has birth place"@en .
<https://w3id.org/MON/person.owl#hasBirthPlace> <http://www.w3.org/2000/01/rdf-schema#comment> "It is used to connect a Person with a town where he/she was born."@en .
<https://w3id.org/MON/person.owl#hasBirthPlace> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/spatial.owl#hasPlace> .
<https://w3id.org/MON/person.owl#hasBirthPlace> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:hasGender a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "has gender"@en ;
rdfs:domain :Person ;
rdfs:range :Sex ;
rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isClassifiedBy> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#hasGender">
<rdfs:label xml:lang="en">has gender</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isClassifiedBy"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Sex"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#hasGender",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has gender"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Sex"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isClassifiedBy"
}
]
}
]<https://w3id.org/MON/person.owl#hasGender> <http://www.w3.org/2000/01/rdf-schema#label> "has gender"@en .
<https://w3id.org/MON/person.owl#hasGender> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<https://w3id.org/MON/person.owl#hasGender> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#hasGender> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#hasGender> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isClassifiedBy> .
<https://w3id.org/MON/person.owl#hasGender> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Sex> .
IRI: https://w3id.org/MON/person.owl#hasHometown
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:hasHometown a owl:ObjectProperty ;
rdfs:label "has hometown"@en ;
rdfs:comment "It is used to connect a Person with a town where s/he grew up."@en ;
rdfs:domain :Person ;
rdfs:range <https://w3id.org/MON/spatial.owl#City> ;
rdfs:subPropertyOf <https://w3id.org/MON/spatial.owl#hasPlace> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#hasHometown">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:range rdf:resource="https://w3id.org/MON/spatial.owl#City"/>
<rdfs:comment xml:lang="en">It is used to connect a Person with a town where s/he grew up.</rdfs:comment>
<rdfs:label xml:lang="en">has hometown</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/spatial.owl#hasPlace"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#hasHometown",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "It is used to connect a Person with a town where s/he grew up."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has hometown"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/spatial.owl#City"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/spatial.owl#hasPlace"
}
]
}
]<https://w3id.org/MON/person.owl#hasHometown> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#hasHometown> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#hasHometown> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/spatial.owl#City> .
<https://w3id.org/MON/person.owl#hasHometown> <http://www.w3.org/2000/01/rdf-schema#label> "has hometown"@en .
<https://w3id.org/MON/person.owl#hasHometown> <http://www.w3.org/2000/01/rdf-schema#comment> "It is used to connect a Person with a town where s/he grew up."@en .
<https://w3id.org/MON/person.owl#hasHometown> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/spatial.owl#hasPlace> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
<https://w3id.org/MON/spatial.owl#hasPlace> a owl:ObjectProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://w3id.org/MON/spatial.owl#hasPlace">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/spatial.owl#hasPlace",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
]
}
]<https://w3id.org/MON/spatial.owl#hasPlace> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:hasRelationshipWith a owl:ObjectProperty ;
rdfs:label "has relationship with"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#hasRelationshipWith">
<rdfs:label xml:lang="en">has relationship with</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has relationship with"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith"
}
]
}
]<https://w3id.org/MON/person.owl#hasRelationshipWith> <http://www.w3.org/2000/01/rdf-schema#label> "has relationship with"@en .
<https://w3id.org/MON/person.owl#hasRelationshipWith> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#hasRelationshipWith> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#hasRelationshipWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#hasRelationshipWith> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<https://w3id.org/MON/spatial.owl#hasResidence> a owl:ObjectProperty ;
rdfs:label "has residence"@en ;
rdfs:domain :Person .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/spatial.owl#hasResidence">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has residence</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/spatial.owl#hasResidence",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has residence"
}
]
}
]<https://w3id.org/MON/spatial.owl#hasResidence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/spatial.owl#hasResidence> <http://www.w3.org/2000/01/rdf-schema#label> "has residence"@en .
<https://w3id.org/MON/spatial.owl#hasResidence> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:husbandOf a owl:ObjectProperty ;
rdfs:label "husband of"@en ;
rdfs:domain :Male ;
rdfs:subPropertyOf :spouseOf ;
owl:inverseOf :wifeOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#husbandOf">
<rdfs:label xml:lang="en">husband of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<owl:inverseOf rdf:resource="https://w3id.org/MON/person.owl#wifeOf"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#spouseOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#husbandOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "husband of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#spouseOf"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "https://w3id.org/MON/person.owl#wifeOf"
}
]
}
]<https://w3id.org/MON/person.owl#husbandOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#husbandOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#husbandOf> <http://www.w3.org/2002/07/owl#inverseOf> <https://w3id.org/MON/person.owl#wifeOf> .
<https://w3id.org/MON/person.owl#husbandOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#spouseOf> .
<https://w3id.org/MON/person.owl#husbandOf> <http://www.w3.org/2000/01/rdf-schema#label> "husband of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:lifePartnerOf a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "life partner of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#lifePartnerOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdfs:label xml:lang="en">life partner of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#lifePartnerOf",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "life partner of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#lifePartnerOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<https://w3id.org/MON/person.owl#lifePartnerOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#lifePartnerOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#lifePartnerOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#lifePartnerOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#lifePartnerOf> <http://www.w3.org/2000/01/rdf-schema#label> "life partner of"@en .
IRI: https://w3id.org/MON/person.owl#livesIn
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:livesIn a owl:ObjectProperty ;
rdfs:label "lives in"@en ;
rdfs:comment "It is used to connect a Person with the Place where s/he currently lives in."@en ;
rdfs:domain :Person ;
rdfs:range <https://w3id.org/MON/spatial.owl#SpatialThing> ;
rdfs:subPropertyOf <https://w3id.org/MON/spatial.owl#hasPlace> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#livesIn">
<rdfs:range rdf:resource="https://w3id.org/MON/spatial.owl#SpatialThing"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/spatial.owl#hasPlace"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">It is used to connect a Person with the Place where s/he currently lives in.</rdfs:comment>
<rdfs:label xml:lang="en">lives in</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#livesIn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "It is used to connect a Person with the Place where s/he currently lives in."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "lives in"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/spatial.owl#SpatialThing"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/spatial.owl#hasPlace"
}
]
}
]<https://w3id.org/MON/person.owl#livesIn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/spatial.owl#hasPlace> .
<https://w3id.org/MON/person.owl#livesIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#livesIn> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#livesIn> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/spatial.owl#SpatialThing> .
<https://w3id.org/MON/person.owl#livesIn> <http://www.w3.org/2000/01/rdf-schema#comment> "It is used to connect a Person with the Place where s/he currently lives in."@en .
<https://w3id.org/MON/person.owl#livesIn> <http://www.w3.org/2000/01/rdf-schema#label> "lives in"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:livesWith a owl:ObjectProperty,
owl:SymmetricProperty,
owl:TransitiveProperty ;
rdfs:label "lives with"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#livesWith">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">lives with</rdfs:label>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#livesWith",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#TransitiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "lives with"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#livesWith> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#livesWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<https://w3id.org/MON/person.owl#livesWith> <http://www.w3.org/2000/01/rdf-schema#label> "lives with"@en .
<https://w3id.org/MON/person.owl#livesWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<https://w3id.org/MON/person.owl#livesWith> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#livesWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#livesWith> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
IRI: https://w3id.org/MON/person.owl#motherInLaw
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:motherInLaw a owl:ObjectProperty ;
rdfs:label "mother in law of"@en ;
rdfs:comment "A mother-in-law is the mother of a person's spouse."@en ;
rdfs:domain :Female ;
rdfs:subPropertyOf :parentInLaw .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#motherInLaw">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#parentInLaw"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdfs:comment xml:lang="en">A mother-in-law is the mother of a person's spouse.</rdfs:comment>
<rdfs:label xml:lang="en">mother in law of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#motherInLaw",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A mother-in-law is the mother of a person's spouse."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "mother in law of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#parentInLaw"
}
]
}
]<https://w3id.org/MON/person.owl#motherInLaw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#motherInLaw> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#parentInLaw> .
<https://w3id.org/MON/person.owl#motherInLaw> <http://www.w3.org/2000/01/rdf-schema#comment> "A mother-in-law is the mother of a person's spouse."@en .
<https://w3id.org/MON/person.owl#motherInLaw> <http://www.w3.org/2000/01/rdf-schema#label> "mother in law of"@en .
<https://w3id.org/MON/person.owl#motherInLaw> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:motherOf a owl:ObjectProperty ;
rdfs:label "mother of"@en ;
rdfs:domain :Female ;
rdfs:subPropertyOf :parentOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#motherOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">mother of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#parentOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#motherOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "mother of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#parentOf"
}
]
}
]<https://w3id.org/MON/person.owl#motherOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
<https://w3id.org/MON/person.owl#motherOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#motherOf> <http://www.w3.org/2000/01/rdf-schema#label> "mother of"@en .
<https://w3id.org/MON/person.owl#motherOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#parentOf> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:nephewOf a owl:ObjectProperty ;
rdfs:label "nephew of"@en ;
rdfs:domain :Male ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#nephewOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">nephew of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#nephewOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "nephew of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#nephewOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#nephewOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#nephewOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#nephewOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#nephewOf> <http://www.w3.org/2000/01/rdf-schema#label> "nephew of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:nieceOf a owl:ObjectProperty ;
rdfs:label "niece of"@en ;
rdfs:domain :Female ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#nieceOf">
<rdfs:label xml:lang="en">niece of</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#nieceOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "niece of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#nieceOf> <http://www.w3.org/2000/01/rdf-schema#label> "niece of"@en .
<https://w3id.org/MON/person.owl#nieceOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
<https://w3id.org/MON/person.owl#nieceOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#nieceOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#nieceOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:parentInLaw a owl:ObjectProperty ;
rdfs:label "parent in law of"@en ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#parentInLaw">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">parent in law of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#parentInLaw",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "parent in law of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#parentInLaw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#parentInLaw> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#parentInLaw> <http://www.w3.org/2000/01/rdf-schema#label> "parent in law of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:parentOf a owl:ObjectProperty ;
rdfs:label "parent of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#parentOf">
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:label xml:lang="en">parent of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#parentOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "parent of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#parentOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#parentOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#parentOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#parentOf> <http://www.w3.org/2000/01/rdf-schema#label> "parent of"@en .
<https://w3id.org/MON/person.owl#parentOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:siblingOf a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "sibling of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#siblingOf">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdfs:label xml:lang="en">sibling of</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#siblingOf",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "sibling of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#siblingOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#siblingOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#siblingOf> <http://www.w3.org/2000/01/rdf-schema#label> "sibling of"@en .
<https://w3id.org/MON/person.owl#siblingOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<https://w3id.org/MON/person.owl#siblingOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#siblingOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:sisterOf a owl:ObjectProperty ;
rdfs:label "sister of"@en ;
rdfs:domain :Female ;
rdfs:subPropertyOf :siblingOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#sisterOf">
<rdfs:label xml:lang="en">sister of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#siblingOf"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#sisterOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "sister of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#siblingOf"
}
]
}
]<https://w3id.org/MON/person.owl#sisterOf> <http://www.w3.org/2000/01/rdf-schema#label> "sister of"@en .
<https://w3id.org/MON/person.owl#sisterOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#sisterOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#siblingOf> .
<https://w3id.org/MON/person.owl#sisterOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:sonInLawOf a owl:ObjectProperty ;
rdfs:label "son in law of"@en ;
rdfs:domain :Male ;
rdfs:subPropertyOf :childInLawOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#sonInLawOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#childInLawOf"/>
<rdfs:label xml:lang="en">son in law of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#sonInLawOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "son in law of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#childInLawOf"
}
]
}
]<https://w3id.org/MON/person.owl#sonInLawOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#sonInLawOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#sonInLawOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#childInLawOf> .
<https://w3id.org/MON/person.owl#sonInLawOf> <http://www.w3.org/2000/01/rdf-schema#label> "son in law of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:sonOf a owl:ObjectProperty ;
rdfs:label "son of"@en ;
rdfs:domain :Male ;
rdfs:subPropertyOf :childOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#sonOf">
<rdfs:label xml:lang="en">son of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#childOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#sonOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "son of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#childOf"
}
]
}
]<https://w3id.org/MON/person.owl#sonOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#sonOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#sonOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#childOf> .
<https://w3id.org/MON/person.owl#sonOf> <http://www.w3.org/2000/01/rdf-schema#label> "son of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:spouseOf a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "spouse of"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#spouseOf">
<rdfs:label xml:lang="en">spouse of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#spouseOf",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "spouse of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#spouseOf> <http://www.w3.org/2000/01/rdf-schema#label> "spouse of"@en .
<https://w3id.org/MON/person.owl#spouseOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<https://w3id.org/MON/person.owl#spouseOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#spouseOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#spouseOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#spouseOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:stepfatherOf a owl:ObjectProperty ;
rdfs:label "stepfather of"@en ;
rdfs:comment "Mother's spouse"@en ;
rdfs:domain :Male ;
rdfs:subPropertyOf :stepparentOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#stepfatherOf">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#stepparentOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">Mother's spouse</rdfs:comment>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdfs:label xml:lang="en">stepfather of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#stepfatherOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Mother's spouse"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "stepfather of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#stepparentOf"
}
]
}
]<https://w3id.org/MON/person.owl#stepfatherOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#stepfatherOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Mother's spouse"@en .
<https://w3id.org/MON/person.owl#stepfatherOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#stepparentOf> .
<https://w3id.org/MON/person.owl#stepfatherOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#stepfatherOf> <http://www.w3.org/2000/01/rdf-schema#label> "stepfather of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:stepmotherOf a owl:ObjectProperty ;
rdfs:label "stepmother of"@en ;
rdfs:comment "Father's spouse"@en ;
rdfs:domain :Female ;
rdfs:subPropertyOf :stepparentOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#stepmotherOf">
<rdfs:comment xml:lang="en">Father's spouse</rdfs:comment>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdfs:label xml:lang="en">stepmother of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#stepparentOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#stepmotherOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Father's spouse"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "stepmother of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#stepparentOf"
}
]
}
]<https://w3id.org/MON/person.owl#stepmotherOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Father's spouse"@en .
<https://w3id.org/MON/person.owl#stepmotherOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
<https://w3id.org/MON/person.owl#stepmotherOf> <http://www.w3.org/2000/01/rdf-schema#label> "stepmother of"@en .
<https://w3id.org/MON/person.owl#stepmotherOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#stepmotherOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#stepparentOf> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:stepparentOf a owl:ObjectProperty ;
rdfs:label "stepparent of"@en ;
rdfs:comment "Mother's spouse or father's spouse."@en ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#stepparentOf">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">Mother's spouse or father's spouse.</rdfs:comment>
<rdfs:label xml:lang="en">stepparent of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#stepparentOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Mother's spouse or father's spouse."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "stepparent of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#stepparentOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#stepparentOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#stepparentOf> <http://www.w3.org/2000/01/rdf-schema#comment> "Mother's spouse or father's spouse."@en .
<https://w3id.org/MON/person.owl#stepparentOf> <http://www.w3.org/2000/01/rdf-schema#label> "stepparent of"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:uncleOf a owl:ObjectProperty ;
rdfs:label "uncle of"@en ;
rdfs:domain :Male ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#uncleOf">
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:label xml:lang="en">uncle of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Male"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#uncleOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "uncle of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#uncleOf> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#uncleOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#uncleOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<https://w3id.org/MON/person.owl#uncleOf> <http://www.w3.org/2000/01/rdf-schema#label> "uncle of"@en .
<https://w3id.org/MON/person.owl#uncleOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Male> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:wifeOf a owl:ObjectProperty ;
rdfs:label "wife of"@en ;
rdfs:domain :Female ;
rdfs:subPropertyOf :spouseOf .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#wifeOf">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#spouseOf"/>
<rdfs:label xml:lang="en">wife of</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#wifeOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "wife of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#spouseOf"
}
]
}
]<https://w3id.org/MON/person.owl#wifeOf> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Female> .
<https://w3id.org/MON/person.owl#wifeOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#spouseOf> .
<https://w3id.org/MON/person.owl#wifeOf> <http://www.w3.org/2000/01/rdf-schema#label> "wife of"@en .
<https://w3id.org/MON/person.owl#wifeOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:worksWith a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:label "works with"@en ;
rdfs:domain :Person ;
rdfs:range :Person ;
rdfs:subPropertyOf :hasRelationshipWith .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#worksWith">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:label xml:lang="en">works with</rdfs:label>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/MON/person.owl#hasRelationshipWith"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#worksWith",
"@type": [
"http://www.w3.org/2002/07/owl#SymmetricProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "works with"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "https://w3id.org/MON/person.owl#hasRelationshipWith"
}
]
}
]<https://w3id.org/MON/person.owl#worksWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> .
<https://w3id.org/MON/person.owl#worksWith> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#worksWith> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#worksWith> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <https://w3id.org/MON/person.owl#hasRelationshipWith> .
<https://w3id.org/MON/person.owl#worksWith> <http://www.w3.org/2000/01/rdf-schema#label> "works with"@en .
<https://w3id.org/MON/person.owl#worksWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:birthDate a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "birth date"@en ;
rdfs:domain :Person ;
rdfs:range xsd:dateTime .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#birthDate">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label xml:lang="en">birth date</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#birthDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "birth date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
]
}
]<https://w3id.org/MON/person.owl#birthDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<https://w3id.org/MON/person.owl#birthDate> <http://www.w3.org/2000/01/rdf-schema#label> "birth date"@en .
<https://w3id.org/MON/person.owl#birthDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<https://w3id.org/MON/person.owl#birthDate> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#birthDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:deathDate a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "death date"@en ;
rdfs:domain :Person ;
rdfs:range xsd:dateTime .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#deathDate">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:label xml:lang="en">death date</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#deathDate",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "death date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
]
}
]<https://w3id.org/MON/person.owl#deathDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<https://w3id.org/MON/person.owl#deathDate> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#deathDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/MON/person.owl#deathDate> <http://www.w3.org/2000/01/rdf-schema#label> "death date"@en .
<https://w3id.org/MON/person.owl#deathDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:firstName a owl:DatatypeProperty ;
rdfs:label "first name"@en ;
rdfs:domain :Person ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#firstName">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:label xml:lang="en">first name</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#firstName",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "first name"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://w3id.org/MON/person.owl#firstName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<https://w3id.org/MON/person.owl#firstName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/MON/person.owl#firstName> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#firstName> <http://www.w3.org/2000/01/rdf-schema#label> "first name"@en .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:lastName a owl:DatatypeProperty ;
rdfs:label "last name"@en ;
rdfs:domain :Person ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#lastName">
<rdfs:label xml:lang="en">last name</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#lastName",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "last name"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://w3id.org/MON/person.owl#lastName> <http://www.w3.org/2000/01/rdf-schema#label> "last name"@en .
<https://w3id.org/MON/person.owl#lastName> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#lastName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<https://w3id.org/MON/person.owl#lastName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: https://w3id.org/MON/person.owl#maidenName
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:maidenName a owl:DatatypeProperty ;
rdfs:label "maiden name"@en ;
rdfs:comment "The original surname of a married woman who uses her husband's surname name after marriage."@en ;
rdfs:domain :Person ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#maidenName">
<rdfs:comment xml:lang="en">The original surname of a married woman who uses her husband's surname name after marriage.</rdfs:comment>
<rdfs:label xml:lang="en">maiden name</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#maidenName",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The original surname of a married woman who uses her husband's surname name after marriage."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "maiden name"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://w3id.org/MON/person.owl#maidenName> <http://www.w3.org/2000/01/rdf-schema#comment> "The original surname of a married woman who uses her husband's surname name after marriage."@en .
<https://w3id.org/MON/person.owl#maidenName> <http://www.w3.org/2000/01/rdf-schema#label> "maiden name"@en .
<https://w3id.org/MON/person.owl#maidenName> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#maidenName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<https://w3id.org/MON/person.owl#maidenName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: https://w3id.org/MON/person.owl#nickname
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:nickname a owl:DatatypeProperty ;
rdfs:label "nickname"@en ;
rdfs:comment "A familiar name given to a person or thing instead of or as well as the real name."@en ;
rdfs:domain :Person ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#nickname">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">nickname</rdfs:label>
<rdfs:comment xml:lang="en">A familiar name given to a person or thing instead of or as well as the real name.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#nickname",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A familiar name given to a person or thing instead of or as well as the real name."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "nickname"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://w3id.org/MON/person.owl#nickname> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#nickname> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<https://w3id.org/MON/person.owl#nickname> <http://www.w3.org/2000/01/rdf-schema#label> "nickname"@en .
<https://w3id.org/MON/person.owl#nickname> <http://www.w3.org/2000/01/rdf-schema#comment> "A familiar name given to a person or thing instead of or as well as the real name."@en .
<https://w3id.org/MON/person.owl#nickname> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:personalHomepage a owl:DatatypeProperty ;
rdfs:label "personal homepage"@en ;
rdfs:domain :Person ;
rdfs:range xsd:anyURI .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#personalHomepage">
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">personal homepage</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#personalHomepage",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "personal homepage"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
]
}
]<https://w3id.org/MON/person.owl#personalHomepage> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#personalHomepage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/MON/person.owl#personalHomepage> <http://www.w3.org/2000/01/rdf-schema#label> "personal homepage"@en .
<https://w3id.org/MON/person.owl#personalHomepage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:personalMailbox a owl:DatatypeProperty ;
rdfs:label "personal mailbox"@en ;
rdfs:domain :Person ;
rdfs:range xsd:anyURI .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#personalMailbox">
<rdfs:label xml:lang="en">personal mailbox</rdfs:label>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#personalMailbox",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "personal mailbox"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
]
}
]<https://w3id.org/MON/person.owl#personalMailbox> <http://www.w3.org/2000/01/rdf-schema#label> "personal mailbox"@en .
<https://w3id.org/MON/person.owl#personalMailbox> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#personalMailbox> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<https://w3id.org/MON/person.owl#personalMailbox> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:phone a owl:DatatypeProperty ;
rdfs:label "phone number"@en ;
rdfs:domain :Person ;
rdfs:range xsd:string .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#phone">
<rdfs:label xml:lang="en">phone number</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="https://w3id.org/MON/person.owl#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/person.owl#phone",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "https://w3id.org/MON/person.owl#Person"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "phone number"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<https://w3id.org/MON/person.owl#phone> <http://www.w3.org/2000/01/rdf-schema#label> "phone number"@en .
<https://w3id.org/MON/person.owl#phone> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<https://w3id.org/MON/person.owl#phone> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/MON/person.owl#Person> .
<https://w3id.org/MON/person.owl#phone> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix : <https://w3id.org/MON/person.owl#> .
@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#> .
:Female a owl:Class,
owl:NamedIndividual,
:Sex ;
rdfs:label "Female"@en .
[] a owl:AllDifferent ;
owl:distinctMembers ( :Female :Male ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:nodeID="Nd90bf06a7cbb409db72604c0090fdd66">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#Female">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="https://w3id.org/MON/person.owl#Sex"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Female</rdfs:label>
</rdf:Description>
<rdf:Description rdf:nodeID="N4b9c58d56f3d431193c05a0cca06f1dd">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:rest rdf:nodeID="Nd90bf06a7cbb409db72604c0090fdd66"/>
</rdf:Description>
<rdf:Description rdf:nodeID="Nfba41c79b2dd4daaa07be324e4313fa0">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
<owl:distinctMembers rdf:nodeID="N4b9c58d56f3d431193c05a0cca06f1dd"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:Nfba41c79b2dd4daaa07be324e4313fa0",
"@type": [
"http://www.w3.org/2002/07/owl#AllDifferent"
],
"http://www.w3.org/2002/07/owl#distinctMembers": [
{
"@list": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
},
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
]
}
]
},
{
"@id": "https://w3id.org/MON/person.owl#Female",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"https://w3id.org/MON/person.owl#Sex",
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Female"
}
]
}
]_:Nd90bf06a7cbb409db72604c0090fdd66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#Female> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
_:N4b9c58d56f3d431193c05a0cca06f1dd <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Female> .
_:Nfba41c79b2dd4daaa07be324e4313fa0 <http://www.w3.org/2002/07/owl#distinctMembers> _:N4b9c58d56f3d431193c05a0cca06f1dd .
_:Nfba41c79b2dd4daaa07be324e4313fa0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDifferent> .
_:Nd90bf06a7cbb409db72604c0090fdd66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<https://w3id.org/MON/person.owl#Female> <http://www.w3.org/2000/01/rdf-schema#label> "Female"@en .
<https://w3id.org/MON/person.owl#Female> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/MON/person.owl#Female> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/MON/person.owl#Sex> .
_:N4b9c58d56f3d431193c05a0cca06f1dd <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:Nd90bf06a7cbb409db72604c0090fdd66 .
@prefix : <https://w3id.org/MON/person.owl#> .
@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#> .
:Male a owl:Class,
owl:NamedIndividual,
:Sex ;
rdfs:label "Male"@en .
[] a owl:AllDifferent ;
owl:distinctMembers ( :Female :Male ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:nodeID="Nd90bf06a7cbb409db72604c0090fdd66">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Male"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/MON/person.owl#Male">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="https://w3id.org/MON/person.owl#Sex"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Male</rdfs:label>
</rdf:Description>
<rdf:Description rdf:nodeID="N4b9c58d56f3d431193c05a0cca06f1dd">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:rest rdf:nodeID="Nd90bf06a7cbb409db72604c0090fdd66"/>
</rdf:Description>
<rdf:Description rdf:nodeID="Nfba41c79b2dd4daaa07be324e4313fa0">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
<owl:distinctMembers rdf:nodeID="N4b9c58d56f3d431193c05a0cca06f1dd"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:Nfba41c79b2dd4daaa07be324e4313fa0",
"@type": [
"http://www.w3.org/2002/07/owl#AllDifferent"
],
"http://www.w3.org/2002/07/owl#distinctMembers": [
{
"@list": [
{
"@id": "https://w3id.org/MON/person.owl#Female"
},
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
]
}
]
},
{
"@id": "https://w3id.org/MON/person.owl#Male",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"https://w3id.org/MON/person.owl#Sex",
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Male"
}
]
}
]_:Nd90bf06a7cbb409db72604c0090fdd66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#Male> <http://www.w3.org/2000/01/rdf-schema#label> "Male"@en .
<https://w3id.org/MON/person.owl#Male> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:N4b9c58d56f3d431193c05a0cca06f1dd <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Female> .
_:Nfba41c79b2dd4daaa07be324e4313fa0 <http://www.w3.org/2002/07/owl#distinctMembers> _:N4b9c58d56f3d431193c05a0cca06f1dd .
_:Nfba41c79b2dd4daaa07be324e4313fa0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDifferent> .
_:Nd90bf06a7cbb409db72604c0090fdd66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<https://w3id.org/MON/person.owl#Male> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<https://w3id.org/MON/person.owl#Male> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/MON/person.owl#Sex> .
_:N4b9c58d56f3d431193c05a0cca06f1dd <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:Nd90bf06a7cbb409db72604c0090fdd66 .
Jump to:
@prefix j.1: <http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
j.1:coversRequirements a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#coversRequirements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/elements/1.1/description
@prefix j.1: <http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
j.1:relatedCPs a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#relatedCPs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/elements/1.1/title