Closed hsolbrig closed 6 years ago
Eric passes the following:
Eric
schema = """ PREFIX ex: <http://ex.example/#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX school: <http://school.example/#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> school:enrolleeAge xsd:integer MinInclusive 13 MaxInclusive 20 school:Enrollee { foaf:age @school:enrolleeAge ; ex:hasGuardian IRI {1,2} } """ rdf = """ PREFIX ex: <http://ex.example/#> PREFIX inst: <http://example.com/users/> PREFIX school: <http://school.example/#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> inst:Eric foaf:age 20 ; ex:hasGuardian inst:PersonA, inst:PersonB, inst:PersonC . """
Fixed in 0.4.3
Eric
passes the following: