rowlex

    0热度

    1回答

    最近我在Rowlex中遇到了问题。它与日期时间检索有关。 在我的RDF文件,我有两个例子是这样的: <Ontologyowl:Note rdf:about="http://www.faraway_learning.edu/ehsanm/not106179"> <Ontologyowl:title rdf:datatype="http://www.w3.org/2001/XMLSchema

    0热度

    1回答

    我想多值删除属性,从RDF,似乎这个RDF从RDF删除多值的属性,我应该做下面的代码去除includeResource: <Ontologyowl:StudyList rdf:about="stdl827181"> <Ontologyowl:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Basic learni

    1热度

    1回答

    当使用Rowlex OwlGrinder从OWL文件生成程序集时,会显示上述错误消息。 段出错OWL/XML的是例如: <DisjointClasses> <Class URI="&foaf;Document"/> <Class URI="&foaf;Organization"/> </DisjointClasses> ,但同样的错误信息也被扔在多个超的情况下 - 如

    2热度

    1回答

    我已经定义: [RdfSerializable] public class SomeItem { // Unique identificator of the resource [ResourceUri] public string ID { get; set; } [RdfProperty(true)] public string Some

    1热度

    1回答

    ROWLEX是否支持IEnumerable?因为当我用字符串[]使用RdfProperty(true)时它工作正常,但是当我编写IEnumerable < string>属性类型并返回字符串[](隐式转换为IEnumerable)并且它不工作。 如果支持泛型枚举是很好的,不仅仅是Array类。 实施例: [RdfProperty(true)] public IEnumerable<string>

    0热度

    1回答

    在ROWLEX中是否可以删除每个属性的“rdf:datatype”属性和/或使用通用的RDF Schema? 例子: <MyOntology:Channel> <MyOntology:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">My news</MyOntology:title> <MyOntolog

    0热度

    1回答

    一个属性翻倍标签我有这样的代码: [RdfSerializable(HasResourceUri=false)] public class Item { [RdfProperty(true)] public string MyProp; } [RdfSerializable] public class AllItems

    1热度

    1回答

    我有一些有实例的猫头鹰类。这些类也具有对每个实例都有价值的属性。我通过Protege3.4创建了我的本体,并由Rowlex从他们那里制作了c#库。 例如,类“程序”具有“软件”和“atGrade”属性的实例。此实例的属性值为'PHD'(atGrade是将域映射到Grade类的对象属性)。这是OWL: <owl:Class rdf:about="http://www.owl-ontologies.c

    0热度

    1回答

    我有一些自定义类型: ​​ 并具有项目的数组一些其他类型: [RdfSerializable] public class Container { // ... some code // if this attribute is missing, then this property will not be exported as array [Cardin

    1热度

    1回答

    如果我有有两个不同的属性,但具有相同名称的两个类: [RdfSerializable] public class Type1 { [RdfProperty(true), Name = "title"] public string Title { get; set; } } [RdfSerializable] public class Type2 { [R