@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://homosaurus.org/v2/sexAssignedAtBirth> a skos:Concept;
   dc:identifier "sexAssignedAtBirth";
   dc:issued "2019-05-14"^^xsd:date;
   dc:modified "2019-05-14"^^xsd:date;
   rdfs:comment """An individual’s sex determined relatively shortly after birth by a medical practitioner or provider (and/or birth professional). Determination is usually based on the appearance of external genitalia but may use other methodologies. In practice, sex assigned at birth is often culturally variable; the term “gender assigned at birth” is often more applicable or accurate.
""";
   skos:altLabel "Birth sex",
     "Birth-assigned sex",
     "Natal sex",
     "Sex at birth",
     "Sex reported at birth",
     "ASAB ",
     "SAAB";
   skos:broader <http://homosaurus.org/v2/assignedSex>;
   skos:hasTopConcept <http://homosaurus.org/v2/sexBody>;
   skos:inScheme <http://homosaurus.org/terms>;
   skos:narrower <http://homosaurus.org/v2/assignedFemaleAtBirth>,
     <http://homosaurus.org/v2/assignedMaleAtBirth>;
   skos:prefLabel "Sex assigned at birth";
   skos:related <http://homosaurus.org/v2/genderAssignedAtBirth>,
     <http://homosaurus.org/v2/medicalisation>,
     <http://homosaurus.org/v2/sexBody>,
     <http://homosaurus.org/v2/intersex>,
     <http://homosaurus.org/v2/intersexConditions>,
     <http://homosaurus.org/v2/intersexGenitalMutilation>,
     <http://homosaurus.org/v2/intersexChildren>,
     <http://homosaurus.org/v2/penises>,
     <http://homosaurus.org/v2/vaginas>,
     <http://homosaurus.org/v2/genitals>,
     <http://homosaurus.org/v2/gonads> .
