Which is the OWL source file; bibo.n3 or bibo.xml?
Bruce
> Which is the OWL source file; bibo.n3 or bibo.xml?
>
Both are supposed to be the same, however I yet have to release v1.3; I
fixed issues last Friday, but will revise once more today or tomorrow.
Do you need that latest version?
Thanks!
Fred
I was just trying to add those prism equivalent properties, but can't
figure out how to do that (in Protege).
ns uri = http://prismstandard.org/namespaces/1.2/basic/ (I think; the
ns story in PRISM is a huge PITA)
bibo:volume = prism:volume
bibo:issue = prism:number
bibo:pageStart = prism:volumestartingPage
bibo:pageEnd = prism:endingPage
bibo:issn = prism:issn
bibo:eissn = prism:eIssn
bibo:doi = prism:doi
bibo:isbn = prism:isbn
bibo:edition = prism:edition
Bruce
> Both are supposed to be the same, however I yet have to release v1.3; I
> fixed issues last Friday, but will revise once more today or tomorrow.
just chipping in to check if the SKOS namespace has been updated
(reverted) to <http://www.w3.org/2004/02/skos/core#> in this version?
> Do you need that latest version?
Will the changes be available in the source repo prior to the 1.3 release?
Best regards,
Niklas
>> Do you need that latest version?
>>
>
> Will the changes be available in the source repo prior to the 1.3 release?
>
Yes. I will update the store before sometimes tomorrow, so lets not
change anything to the current version.
Thanks!
Fred
> I was just trying to add those prism equivalent properties, but can't
> figure out how to do that (in Protege).
>
> ns uri = http://prismstandard.org/namespaces/1.2/basic/ (I think; the
> ns story in PRISM is a huge PITA)
>
> bibo:volume = prism:volume
> bibo:issue = prism:number
> bibo:pageStart = prism:volumestartingPage
> bibo:pageEnd = prism:endingPage
> bibo:issn = prism:issn
> bibo:eissn = prism:eIssn
> bibo:doi = prism:doi
> bibo:isbn = prism:isbn
> bibo:edition = prism:edition
>
Well, what you have to do is to import prims (I won't suggest it), or to
locally define these PRISM properties within bibo. Then you will be able
to make these assignations. It is what I do right now (locally define
external classes and properties wtihin bibo). Import is still buggy in
Protégé (and anyway, it makes it clearer to anybody that read the
ontology file).
Let me make these assertions while updating the SVN.
Thanks,
Fred