@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="n5cb453138df14b5fadff200d28580c98b1"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/person.owl#Male"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n5cb453138df14b5fadff200d28580c98b8">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:rest rdf:nodeID="n5cb453138df14b5fadff200d28580c98b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n5cb453138df14b5fadff200d28580c98b1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:hasValue rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<owl:onProperty rdf:resource="https://w3id.org/MON/person.owl#hasGender"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n5cb453138df14b5fadff200d28580c98b7">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
<owl:distinctMembers rdf:nodeID="n5cb453138df14b5fadff200d28580c98b8"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n5cb453138df14b5fadff200d28580c98b9">
<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: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": "_:n5cb453138df14b5fadff200d28580c98b1"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "https://w3id.org/MON/person.owl#Male"
}
]
},
{
"@id": "_:n5cb453138df14b5fadff200d28580c98b1",
"@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": "_:n5cb453138df14b5fadff200d28580c98b7",
"@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> .
_:n5cb453138df14b5fadff200d28580c98b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n5cb453138df14b5fadff200d28580c98b9 .
_:n5cb453138df14b5fadff200d28580c98b1 <http://www.w3.org/2002/07/owl#onProperty> <https://w3id.org/MON/person.owl#hasGender> .
_:n5cb453138df14b5fadff200d28580c98b7 <http://www.w3.org/2002/07/owl#distinctMembers> _:n5cb453138df14b5fadff200d28580c98b8 .
_:n5cb453138df14b5fadff200d28580c98b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n5cb453138df14b5fadff200d28580c98b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Female> .
_:n5cb453138df14b5fadff200d28580c98b1 <http://www.w3.org/2002/07/owl#hasValue> <https://w3id.org/MON/person.owl#Female> .
_:n5cb453138df14b5fadff200d28580c98b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDifferent> .
_:n5cb453138df14b5fadff200d28580c98b9 <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/2002/07/owl#disjointWith> <https://w3id.org/MON/person.owl#Male> .
<https://w3id.org/MON/person.owl#Female> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n5cb453138df14b5fadff200d28580c98b1 .
_:n5cb453138df14b5fadff200d28580c98b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
@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="n5cb453138df14b5fadff200d28580c98b8">
<rdf:first rdf:resource="https://w3id.org/MON/person.owl#Female"/>
<rdf:rest rdf:nodeID="n5cb453138df14b5fadff200d28580c98b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n5cb453138df14b5fadff200d28580c98b7">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
<owl:distinctMembers rdf:nodeID="n5cb453138df14b5fadff200d28580c98b8"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n5cb453138df14b5fadff200d28580c98b9">
<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:RDF>
[
{
"@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"
}
]
},
{
"@id": "_:n5cb453138df14b5fadff200d28580c98b7",
"@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"
}
]
}
]
}
]_:n5cb453138df14b5fadff200d28580c98b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n5cb453138df14b5fadff200d28580c98b9 .
_:n5cb453138df14b5fadff200d28580c98b7 <http://www.w3.org/2002/07/owl#distinctMembers> _:n5cb453138df14b5fadff200d28580c98b8 .
_:n5cb453138df14b5fadff200d28580c98b9 <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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
_:n5cb453138df14b5fadff200d28580c98b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Male> .
_:n5cb453138df14b5fadff200d28580c98b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDifferent> .
<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> .
_:n5cb453138df14b5fadff200d28580c98b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/MON/person.owl#Female> .