rdmpage / lois-kg

Lots of interesting stuff knowledge graph
0 stars 0 forks source link

tn:replacementNameFor with no tn:objectTaxonName #9

Open rdmpage opened 4 years ago

rdmpage commented 4 years ago

Name urn:lsid:ipni.org:names:77126252-1 has two tn:replacementNameFor, only one has tn:objectTaxonName.

{
    "@context": {
        "@vocab": "http://schema.org/",
        "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
        "owl": "http://www.w3.org/2002/07/owl#",
        "dc": "http://purl.org/dc/elements/1.1/",
        "dcterms": "http://purl.org/dc/terms/",
        "tn": "http://rs.tdwg.org/ontology/voc/TaxonName#",
        "tc": "http://rs.tdwg.org/ontology/voc/TaxonConcept#",
        "tcom": "http://rs.tdwg.org/ontology/voc/Common#",
        "tm": "http://rs.tdwg.org/ontology/voc/Team#",
        "tp": "http://rs.tdwg.org/ontology/voc/Person#",
        "tpc": "http://rs.tdwg.org/ontology/voc/PublicationCitation#",
        "dwc": "http://rs.tdwg.org/dwc/terms/",
        "creator": {
            "@id": "creator",
            "@container": "@set"
        },
        "tcom:publishedInCitation": {
            "@id": "tcom:publishedInCitation",
            "@container": "@set"
        },
        "tn:typifiedBy": {
            "@id": "tn:typifiedBy",
            "@container": "@set"
        },
        "dwc:associatedMedia": {
            "@id": "dwc:associatedMedia",
            "@container": "@set"
        },
        "scientificName": {
            "@id": "scientificName",
            "@container": "@set"
        },
        "tn:hasAnnotation": {
            "@id": "tn:hasAnnotation",
            "@container": "@set"
        }
    },
    "@graph": [
        {
            "@id": "urn:lsid:ipni.org:names:77126252-1",
            "@type": "tn:TaxonName",
            "dc:title": "Adamanthus parvilabius Szlach. & Sitko",
            "dcterms:created": "2013-03-26 16:10:16.0",
            "dcterms:modified": "2013-04-24 13:15:28.0",
            "tcom:publishedIn": "Biodivers. Res. Conservation 25: 21. 2012 [1 Mar 2012] ",
            "tcom:publishedInCitation": [
                {
                    "@id": "https://doi.org/10.2478/v10119-012-0017-2"
                }
            ],
            "tcom:versionedAs": {
                "@id": "urn:lsid:ipni.org:names:77126252-1:1.4"
            },
            "tn:authorship": "Szlach. & Sitko",
            "tn:authorteam": {
                "@id": "urn:lsid:ipni.org:names:77126252-1#1"
            },
            "tn:genusPart": "Adamanthus",
            "tn:hasAnnotation": [
                {
                    "@id": "urn:lsid:ipni.org:names:77126252-1#4",
                    "@type": "tn:NomenclaturalNote",
                    "tn:noteType": {
                        "@id": "tn:replacementNameFor"
                    },
                    "tn:objectTaxonName": {
                        "@id": "urn:lsid:ipni.org:names:155215-2",
                        "dc:title": "Maxillaria parvilabia Ames & C.Schweinf."
                    }
                },
                {
                    "@id": "urn:lsid:ipni.org:names:77126252-1#5",
                    "@type": "tn:NomenclaturalNote",
                    "tn:noteType": {
                        "@id": "tn:replacementNameFor"
                    }
                }
            ],
            "tn:nameComplete": "Adamanthus parvilabius",
            "tn:nomenclaturalCode": {
                "@id": "tn:botanical"
            },
            "tn:rankString": "spec.",
            "tn:specificEpithet": "parvilabius",
            "tn:year": "2012",
            "owl:versionInfo": "1.4"
        }
    ]
}